From: LLVM Packaging Team Date: Sat, 4 May 2024 05:18:23 +0000 (+0200) Subject: fix-typo-1018770 X-Git-Tag: archive/raspbian/1%14.0.6-20+rpi1^2~15 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a2ca663d4d901fd56e1d76f641c29bde4e9d0b1a;p=llvm-toolchain-14.git fix-typo-1018770 =================================================================== Gbp-Pq: Name fix-typo-1018770.diff --- diff --git a/llvm/include/llvm/Target/TargetMachine.h b/llvm/include/llvm/Target/TargetMachine.h index acfb265a9f..1855272c1e 100644 --- a/llvm/include/llvm/Target/TargetMachine.h +++ b/llvm/include/llvm/Target/TargetMachine.h @@ -439,13 +439,13 @@ public: raw_pwrite_stream &, raw_pwrite_stream *, CodeGenFileType, CGPassBuilderOption, PassInstrumentationCallbacks *) { - return make_error("buildCodeGenPipeline is not overriden", + return make_error("buildCodeGenPipeline is not overridden", inconvertibleErrorCode()); } virtual std::pair getPassNameFromLegacyName(StringRef) { llvm_unreachable( - "getPassNameFromLegacyName parseMIRPipeline is not overriden"); + "getPassNameFromLegacyName parseMIRPipeline is not overridden"); } /// Add passes to the specified pass manager to get machine code emitted with